home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / ee1091.zip / EE.DOC < prev    next >
Text File  |  1991-10-11  |  2KB  |  44 lines

  1. File List
  2. ---------
  3.  
  4. EE.C      ;The main program
  5. EEIBM.C   ;Used only for mainframes (some documents)
  6. EE.EXE    ;MSDOS version
  7. EE.DOC    ;This file
  8.  
  9.  
  10. EE (Easy Editor)
  11. ----------------
  12.  
  13. There are many ASCII editors around, but I still find that I use my
  14. editor most often. Taking EMACS (one of the best) as an example, it
  15. is too slow to load when I am running TeX; too many different
  16. versions even within an operating system; too many commands to
  17. remember, but still don't have the ones you want.
  18.  
  19. EE is public domain with source code. It has all of basic editing
  20. functions like search/replace, block delete/paste, word
  21. wrap/paragraph fill etc. It is small enough to maintain when you
  22. have a new OS, or just changed your taste of style. Compromises
  23. have to be made to make EE small and useful including the
  24. followings:
  25.  
  26. * If tab characters are find, it will expand/compress the file.
  27. Otherwise it keep the spaces (good for fixed format data file).
  28.  
  29. * It uses two windows, but only keeps one file structure in buffer.
  30. It works just like windows.
  31.  
  32. * Whenever possible, portable code between IBM and mainframe
  33. machine are used.
  34.  
  35. Of course, you can always change it if it doesn't fit your
  36. situation. If you like some of the code, you can make the author
  37. very happy by sending one dollar ($1) to his sweetheart:
  38.  
  39. Xiu Ye, Department of Mathematics, UALR, Little Rock, AR 72204
  40.  
  41. Questions, bugs, suggestions can be sent to:
  42.  
  43. Yijun Ding, 348 S.Pacific Ave, Pittsburgh PA 15224, 412-361-0858
  44.